﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
*{margin:0;padding:0;border:0;font-family:"微软雅黑"}
ol,ul{list-style:none}
img{border:0;font-size:0}
a{border:0;color:#000;text-decoration:none}


.container{width:100%;min-width:1000px;background-color:#ffffff;}
.header{width:1000px;height:130px;margin:0 auto}
.logo{height:92px;float:left;margin-top:17px;}
    .logo img {
    height:92px}
.nav{float:right;height:54px;margin-top:35px;}
.nav ul {height:54px;}
.nav ul li {width:109px;height:54px;float:left;text-align:center;line-height:54px}
.nav ul li a{font-size:18px;font-weight:bold;font-family:"微软雅黑";color:#666666; transition: color 0.7s;
-moz-transition: color 0.7s;
-webkit-transition: color 0.7s;
-o-transition: color 0.7s;}
.nav ul li a:hover{font-size:18px;font-family:"微软雅黑";color:#008fd5}

.content{width:1000px;margin:0 auto;min-height:423px;}



.footer_nav{width:1000px;min-height:250px;margin:0 auto}
.footer_nav dl{width:120px;height:190px;float:left;border:0px solid #000;text-align:center;margin-top:40px}
.footer_nav dl dt{margin-bottom:5px}
.footer_nav dl dt a{font-size:14px;font-family:"宋体";color:#666666;font-weight:600}
.footer_nav dl dd{line-height:20px}
.footer_nav dl dd a{font-size:12px;color:#999999;font-family:"宋体"}


.footer_bg{width:100%;height:100px;background:#f3f3f3;margin:0 auto;}
.footer{width:1000px;height:100px;margin:0 auto}
.footer p{font-size:12px;color:#999999;font-family:"宋体";display:block;width:800px;line-height:25px;padding-top:15px;float:left;height:80px}
    .footer a {font-size:12px;color:#999999;font-family:"宋体";
    }
.footer_logo{width:106px;height:100px;float:left;display:block}

.now_cate{width: 109px;
    height: 54px;
    float: left;
    text-align: center;
    line-height: 54px;background:url(../images/nav_now_bg.png) left center ; }
    .now_cate a {
    color:#ffffff !important}